Log(string,object[]) Method

Summary

Logs the specified message to a text file.

Syntax
C#
VB
C++
protected virtual void Log( 
   string format, 
   object[] args 
) 
  
Protected Overloads Sub Log( _ 
   ByVal format As String, _ 
   ByVal ParamArray args() As Object _ 
)  
protected: 
void Log(  
   String^ format, 
   ... array<Object^>^ args 
)  

Parameters

format
The format.

args
The args.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Scu Assembly